home *** CD-ROM | disk | FTP | other *** search
/ World of Amiga / World of Amiga.iso / archive / 3d / t3dlib_src_r41.lha / freeworld_protos.h < prev    next >
Text File  |  1993-01-30  |  132b  |  9 lines

  1. /* Prototypes for functions defined in
  2. freeworld.c
  3.  */
  4.  
  5. OBJECT * free_object(OBJECT * object);
  6.  
  7. WORLD * free_World(WORLD * World);
  8.  
  9.